home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / graphics / fastimagefxmods / install < prev    next >
Text File  |  1999-04-19  |  1KB  |  33 lines

  1. ECHO "Installing FastIFXModules"
  2. failat 7
  3. if exists ImageFX:
  4.   assign ImageFXInst: ImageFX:
  5.   echo "Found ImageFX:"
  6. endif
  7. if exists ImageFX3:
  8.   assign ImageFXInst: ImageFX3:
  9.   echo "Found ImageFX3:"
  10. endif
  11. if exists ImageFXInst:
  12.   echo "Installing modules for latest ImageFX found:"
  13.   copy clone -H#?(Load|Scal)#? ImageFXInst:Modules/Loaders
  14.   copy clone -H#?Save#? ImageFXInst:Modules/Savers
  15.   echo "Loader&Scaler installed in Modules/Loaders/..."
  16.   echo "Saver installed in Modules/Savers/..."
  17.   if exists :hhsloaderkey.library
  18.     echo "Installing Keyfile:"
  19.     copy clone :H#?loaderkey#?.library LIBS:
  20.     echo "Keyfile hhsloaderkey.library installed in LIBS:"
  21.   endif
  22.   echo "Installing ARexx scripts to ImageFX:Rexx"
  23.   copy clone #?.rx(%|.info) ImageFXInst:Rexx
  24.   echo "Documentation and IFXAppWindow are not installed; copy them by"
  25.   echo "dragging to any place you like."
  26. else
  27.   echo "No Assign to ImageFX found! Please make assign manually to your"
  28.   echo "current ImageFX directory and start install script again or install the"
  29.   echo "modules manually as described in the ReadMe."
  30. endif
  31. wait 30
  32.  
  33.